home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_104707.txt < prev    next >
Text File  |  1989-09-06  |  628b  |  32 lines

  1. -- card: 104707 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. Operator precedence
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. HyperTalk performs operations in this order:
  15.  
  16. 1) Operators within parentheses are performed before 
  17.     those outside parentheses
  18. 2) minus sign (for a negative number) and boolean not
  19. 3) ^ (to the power)
  20. 4) *   /   div   mod
  21. 5) +   -
  22. 6) & (concatenate)
  23. 7) >   <   <=   >=   contains   is in   is not in
  24. 8) =   <>
  25. 9) and
  26. 10) or
  27.  
  28.  
  29.  
  30. -- part contents for background part 43
  31. ----- text -----
  32. 336,211